home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #002 (19xx)(Amiga User Group Deutschland e.V.).zip / Franz PD Disk #002 (19xx)(Amiga User Group Deutschland e.V.).adf / Reversi / reversi.doc < prev    next >
Text File  |  1988-02-24  |  3KB  |  66 lines

  1. You play WHITE.
  2. The mouse is used to select moves.  Move the pointer onto
  3. the square on which you wish to play, and press the left
  4. button.  The move is made when the button is released, so
  5. you can change your mind before letting go of the button
  6. by moving the pointer off the board.  This can also be used
  7. to remove the red cursor box if you find it distracting.
  8.  
  9. The Voice option tells you when it is your move - at higher
  10. levels moves can take several minutes.  This program runs
  11. at a low priority, so you can run interactive tasks
  12. (eg. an editor) with good response time, while the program
  13. is "thinking".
  14.  
  15. The board is displayed on a screen, not a window, so you
  16. can pull it down to reveal the workbench, or use the
  17. back/front gadgets.
  18.  
  19. Moves are made by placing a white piece so that it
  20. outflanks one or more black pieces.  One or more black
  21. pieces must lie between the new piece and another white
  22. piece, diagonally, horizontally, or vertically.
  23. Outflanking can occur in more than one direction.
  24. The outflanked pieces are flipped, and become white.
  25. A game ends when all positions are filled, or when neither
  26. side can move.  The side with the most pieces on the board
  27. at the end of a game wins.
  28.  
  29. It sometimes occurs that you do not have any legal moves.
  30. If this occurs, you must forfeit.  (The program will not
  31. do this automatically for you - I find that I like to
  32. "stay" in the game, even if I cannot move!).
  33. Two commands are useful if you are learning to play.
  34. The "Moves" command shows you all of your allowed moves.
  35. The "Suggest" command suggests a good (not best) move.
  36.  
  37. Level 5 is the hardest level.  The program may take several
  38. minutes to move at this level.  The level can be changed
  39. during the game.  Since moves in the middle of the game take
  40. longer, you may wish to start and end a game at a high level,
  41. and reduce the level when moves are taking too long.
  42. The Voice "It is your move" statements are suppressed for
  43. levels 1 and 2, since it takes longer to say them than to
  44. move.  The other helpful (?) statements remain.
  45. All menus are disabled while the Busy sign is up.
  46.  
  47. Comments:  The program is not fast, but plays a reasonable
  48. game. It does not always start off intelligently.  The
  49. strongest point seems to be the endgame (so don't get too
  50. optimistic too early!).  There is a slight randomization
  51. in its evaluation function, so it will not always make
  52. the same response to the same sequence of moves.
  53.  
  54.  
  55. A REVERSI PLAYER  V6.1 (Amiga)
  56. ----------------
  57.  
  58. Manuel Almudevar   March 1986
  59.  
  60.  
  61.  
  62. Copyright © 1986  Manuel Almudevar
  63. This program may be distributed freely.
  64.  
  65.  
  66.